home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / linuxdoc-sgml-1.1 / sgmls-1.1 / lexcode.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-03  |  613 b   |  12 lines

  1. /* Definitions of lexical codes needed by both lextaba.c and lexrf.c. */
  2.  
  3. #define FCE    27   /* FRE  Free character in use as an entity reference */
  4. #define FRE     0   /* FREECHAR that is not in a CON delimiter-in-context. */
  5. #define LITC   21   /* LIT LITA PIC or EE in use as a literal terminator */
  6. #define MSC3   15   /* ]    Also MSC[2]. */
  7. #define NET    17   /* /    When enabled. */
  8. #define ETI    16   /* /    Actually ETAGO[2] */
  9. #define SPCR   19   /* Space in use as SR8. */
  10. #define TGO2   25   /* <    TAGO; also MDO[1], PIO[1] */
  11. #define CDE    11   /* NONSGML   delcdata CDATA/SDATA delimiter */
  12.